﻿body{
 font-family: 'Nunito Sans';
}

.home-destacados-h2{
    font-size: 26px;
    font-weight: 900;
    line-height: 30px !important;
    color: #fff;
    margin-top: 40px;  
}
.home-destacados-date{
	font-weight: 400;
	font-size: 14px; 
	line-height: 18px;
}
.home-destacados-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.home-destacados-resume{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	height: auto;
}
.home-destacados-moreinformation{
	font-weight: 800;
	font-size:18px;
	line-height:27px;
	
	background:#FFB800;
	color: #4B3C8C !important;
	
	border-radius: 18px;
	padding: 5px 12px 5px 12px;
	
	text-decoration:none !important;
}

.home-destacados-moreinformation:hover{
	
	background:#7730C1;
}

.btn-vermas-informacion a:hover {
    color: #fff !important;
}
.home-destacados-categorias{
	display: flex;
    gap: 18px;
    flex-direction: row;
    margin-bottom: 30px;
    margin-top: 15px;	
}
.home-destacados-categorias-a{
	
	color:#fff !important;
	background: transparent;
	border-radius: 18px;

	padding: 5px 12px 5px 12px;
	text-decoration:none !important;
	
	font-weight: 800;
	font-size: 18px;

}

.btn-vermas-informacion{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*1024*/
@media (min-width: 1024px) {
	.home-destacados-h2{
	    font-size: 26px;
	   	color: #fff;
	 }
	.home-destacados-date{
		font-size: 14px;
	}

	.home-destacados-resume{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
		overflow: hidden;
		text-overflow: ellipsis;	
		height: 100px;
	}
	
	.home-destacados-categorias-a{
		font-size: 13px;
	}
}
/*1024*/
@media (min-width: 1024px) {
	.home-destacados-title{
		font-weight: 800;
		font-size: 28px;
		line-height: 33px;
	}
	.home-destacados-resume{
		font-weight: 400;
		font-size: 18px;
		line-height: 25px;
		height: auto;
	}
	.home-destacados-resume{
		display: block;
		
	}

}

 
	
	
	
